home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 11 / FM Towns Free Software Collection 11.iso / t_os / tool / artemis1 / src / setup.men < prev    next >
Encoding:
Text File  |  1994-01-31  |  3.2 KB  |  83 lines

  1. menubegin setupmenu
  2.     title "各種スイッチの設定"
  3.     size 320 348
  4.     dispfunc dspSetupMenu
  5.     erasefunc ersSetupMenu
  6.     let CSRCOLY        256
  7.     let BAKCOLY        272
  8.     let NIZIMIY        164
  9.     let KOSUREY        180
  10.     let SPRAYY        196
  11.     let SPRAYY2        212
  12.     let COLMDLY        240
  13.     let PARTSAVEY    292
  14.     let LOADMOVY    308
  15.     button [
  16.         [ locate 16 32  string emphasized "小格子" ]
  17.         [ locate 64 32  string "表示" ]
  18.         [ locate 16 52  string emphasized "大格子" ]
  19.         [ locate 64 52  string "表示" ]
  20.         [ locate 64 68  string "サイズ" ]
  21.         [ locate 124 68  string "横" ]
  22.         [ locate 220 68  string "縦" ]
  23.         [ locate 16 88  string emphasized "拡大率" ]
  24.         [ locate 16 108  string emphasized "COPY 演算" ]
  25.         [ locate 16 124  string emphasized "透過時の境界補正" ]
  26.         [ locate 16 144  string emphasized "範囲座標限定" ]
  27.         [ locate 16 NIZIMIY  string emphasized "にじみやすさ" ]
  28.         [ locate 124 NIZIMIY  string "小" ]
  29.         [ locate 237 NIZIMIY  string "大" ]
  30.         [ locate 16 KOSUREY  string emphasized "こすれやすさ" ]
  31.         [ locate 124 KOSUREY  string "小" ]
  32.         [ locate 237 KOSUREY  string "大" ]
  33.         [ locate 16 SPRAYY  string emphasized "スプレー半径" ]
  34.         [ locate 16 SPRAYY2  string emphasized "スプレー種別" ]
  35.         [ locate 16 COLMDLY  string emphasized "色の選択方法" ]
  36.         [ locate 16 CSRCOLY  string emphasized "カーソル色" ]
  37.         [ locate 16 BAKCOLY  string emphasized "起動時の画面色" ]
  38.         [ locate 16 PARTSAVEY string emphasized "部分セーブ機能" ]
  39.         [ locate 16 LOADMOVY string emphasized "ロード位置指定" ]
  40.     ]
  41.     scrollbar [
  42.         [ locate 164 68  size 48  allsize 98+50  dspsize 50 dispnum offset 1
  43.           id barLAT2XSIZE ]
  44.         [ locate 260 68  size 48  allsize 98+50  dspsize 50 dispnum offset 1
  45.           id barLAT2YSIZE ]
  46.         [ locate 164 NIZIMIY size 72 allsize 200+39 dspsize 39 dispnum
  47.           id barNIZIMI ]
  48.         [ locate 164 KOSUREY size 72 allsize 256+50 dspsize 50 dispnum
  49.           id barKOSURE ]
  50.         [ locate 164 SPRAYY size 72 allsize 100+19 dspsize 19 dispnum
  51.           id barSPRAY ]
  52.     ]
  53.     selector [
  54.         [ [ locate 124 32 string "あり" ]
  55.           [ locate 196 32 string "なし" ] id selLat1Sw ] #0
  56.         [ [ locate 124 52 string "あり" ]
  57.           [ locate 196 52 string "なし" ] id selLat2Sw ] #1
  58.         [ [ locate 96 88 string "1" id seZ1 ]
  59.           [ locate 96+32 88 string "2" ]
  60.           [ locate 96+32*2 88 string "4" ]
  61.           [ locate 96+32*3 88 string "8" ]
  62.           [ locate 96+32*4 88 string "16" ] id selZoom ] #2
  63.         [ [ locate 124 108 string "上書き" ]
  64.           [ locate 196 108 string "背景色透過" ] id selCopyop ] #3
  65.         [ [ locate 124 124 string "あり" ]
  66.           [ locate 196 124 string "なし" ] id selMatteAdj ] #4
  67.         [ [ locate 124 144 string "あり" ]
  68.           [ locate 196 144 string "なし" ] id selAreaAdj ] #5
  69.         [ [ locate 124 SPRAYY2 string "ドット" ]
  70.           [ locate 196 SPRAYY2 string "ペン先" ] id selSpray ] #6
  71.         [ [ locate 124 COLMDLY string "RGB" ]
  72.           [ locate 196 COLMDLY string "HLS" ] id selColModel ] #7
  73.         [ [ locate 124 CSRCOLY string "明灰" ]
  74.           [ locate 196 CSRCOLY string "暗灰" ] id selCsrCol ]
  75.         [ [ locate 124 BAKCOLY string "白" ]
  76.           [ locate 196 BAKCOLY string "黒" ] id selBackCol ]
  77.         [ [ locate 124 PARTSAVEY string "使う" ]
  78.           [ locate 196 PARTSAVEY string "使わない" ] id selPartSave ]
  79.         [ [ locate 124 LOADMOVY string "あり" ]
  80.           [ locate 196 LOADMOVY string "なし" ] id selLoadMove ]
  81.     ]
  82. menuend
  83.